This web method is used for deleting an Attribute Value from an Attribute Group Instance.
The request body is of type AttributeValueDeleteById.
Request Body Parameters
Name | Description | Data Type |
objProviderGUId | This is a unique provider id, which can be obtained from CSS | guid |
strPassword | This is your unique service password which can be obtained from CSS | xml:string |
intAttribValueId | The unique Attribute Value ID of the Attribute Value that you would like to delete. You can get the AttribValueID using the two web services, AttributeValueGetByValue and AttributeValueGetByInstanceID | xml:int |
Overview
|
|
Sequence
| |
The response body is of type AttributeValueDeleteByIdResponse.
Response Body Parameters
Overview